home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 October: Technology Seed / ADC Seed CD - October 1999.toast / FireWire / FireWire_2.1_SDK_DR3 / Source / AVTransport / FWAVCDriver / FWAVCDriver.r < prev   
Encoding:
Text File  |  1999-05-17  |  1.5 KB  |  72 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        FWAVCDriver.r
  3.  
  4.     Contains:    Resources for FWAVCDriver.
  5.  
  6.     Version:    1.0
  7.  
  8.     Written by:    Erik Staats
  9.  
  10.     Copyright:    © 1996, 1998 by Apple Computer, Inc., all rights reserved.
  11.  
  12.     File Ownership:
  13.  
  14.         DRI:                Eric Anderson
  15.  
  16.         Other Contact:        
  17.  
  18.         Technology:            FireWire
  19.  
  20.     Writers:
  21.  
  22.         (DCB)    Clinton Bauder
  23.         (jkl)    Jay Lloyd
  24.  
  25.     Change History (most recent first):
  26.  
  27.        <FW4>    12/19/98    DCB        More cleanup for SDK.
  28.          <3>     1/17/98    jkl        Update for new headers.
  29.        <FW2>     6/20/96    ES        Filled in contains and written by fields.
  30.        <FW1>     6/20/96    ES        first checked in
  31.  
  32. */
  33.  
  34.  
  35. #if ETO_BUILD
  36. #include "SysTypes.r"
  37. #include "CodeFragmentTypes.r"
  38. #else
  39. #include "Types.r"
  40. #include "CodeFragments.r"
  41. #endif
  42.  
  43. resource 'cfrg' (0)
  44. {
  45.     {
  46.       kPowerPC,                /* Target machine's Architecture. */
  47.       kFullLib,                /* This is not an update. */
  48.       kNoVersionNum,        /* Current version. */
  49.       kNoVersionNum,        /* Definition version. */
  50.       kDefaultStackSize,    /* Stack size of application. */
  51.       kNoAppSubFolder,        /* Not used here.  Can be the resource-id of an 'alis'
  52.                                resource.  Used to provide additional location
  53.                                to search for libraries. */
  54.       kIsLib,                /* This is a library. */
  55.       kOnDiskFlat,            /* This code fragment is on disk, in the data fork. */
  56.       kZeroOffset,            /* Offset of code into data fork. */
  57.       kWholeFork,            /* Code takes up all of data fork (can give a size). */
  58.       "FWAVCDriver"            /* Name of library. */
  59.     }
  60. };
  61.  
  62. resource 'vers' (1)
  63. {
  64.     FWVersion,
  65.     FWRevision,
  66.     FWBuildStage,
  67.     FWBuildNumber,
  68.     verUS,
  69.     FWShortVersionString,
  70.     FWLongVersionString
  71. };
  72.